func github.com/klauspost/compress/internal/snapref.load32

6 uses

	github.com/klauspost/compress/internal/snapref (current package)
		encode_other.go#L7: func load32(b []byte, i int) uint32 {
		encode_other.go#L155: 	nextHash := hash(load32(src, s), shift)
		encode_other.go#L187: 			nextHash = hash(load32(src, nextS), shift)
		encode_other.go#L188: 			if load32(src, s) == load32(src, candidate) {
		encode_other.go#L237: 			if uint32(x>>8) != load32(src, candidate) {